home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Hyper / H / HyperExtras.sit / HyperExtras / HyperExtras.rsrc / TEXT_3012_bgfldObText.txt < prev    next >
Encoding:
Text File  |  1994-03-23  |  1.1 KB  |  27 lines

  1.   lock screen
  2.   put "bgf" into line 1 of x
  3.   put short name of bg field which into line 2 of x
  4.   put rect of bg field which into line 3 of x
  5.   put style of bg field which into line 4 of x
  6.   put showLines of bg field which into line 5 of x
  7.   put wideMargins of bg field which into line 6 of x
  8.   put autoTab of bg field which into line 7 of x
  9.   put dontSearch of bg field which into line 8 of x
  10.   put dontWrap of bg field which into line 9 of x
  11.   put fixedLineHeight of bg field which into line 10 of x
  12.   put sharedText of bg field which into line 11 of x
  13.   put locktext of bg fld which into line 12 of x
  14.   put textFont of bg field which into line 13 of x
  15.   put textSize of bg field which into line 14 of x
  16.   put textAlign of bg field which into line 15 of x
  17.   put textStyle of bg field which into line 16 of x
  18.   put number of lines of script of bg field which into line 17 of x
  19.   if script of bg field which is not empty then
  20.     put script of bg field which into line 18 of x
  21.   else
  22.     put "emptySC" into line 18 of x
  23.     put 1 into line 17 of x
  24.   end if
  25.   put return&(bg fld which) after x
  26.   if " id " is in line 2 of x then put "newField" into line 2 of x
  27.   recordChange x